3.1.56 \(\int (a+c x^2)^{5/2} \, dx\) [56]

Optimal. Leaf size=84 \[ \frac {5}{16} a^2 x \sqrt {a+c x^2}+\frac {5}{24} a x \left (a+c x^2\right )^{3/2}+\frac {1}{6} x \left (a+c x^2\right )^{5/2}+\frac {5 a^3 \tanh ^{-1}\left (\frac {\sqrt {c} x}{\sqrt {a+c x^2}}\right )}{16 \sqrt {c}} \]

[Out]

5/24*a*x*(c*x^2+a)^(3/2)+1/6*x*(c*x^2+a)^(5/2)+5/16*a^3*arctanh(x*c^(1/2)/(c*x^2+a)^(1/2))/c^(1/2)+5/16*a^2*x*
(c*x^2+a)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 84, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 3, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.273, Rules used = {201, 223, 212} \begin {gather*} \frac {5 a^3 \tanh ^{-1}\left (\frac {\sqrt {c} x}{\sqrt {a+c x^2}}\right )}{16 \sqrt {c}}+\frac {5}{16} a^2 x \sqrt {a+c x^2}+\frac {5}{24} a x \left (a+c x^2\right )^{3/2}+\frac {1}{6} x \left (a+c x^2\right )^{5/2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + c*x^2)^(5/2),x]

[Out]

(5*a^2*x*Sqrt[a + c*x^2])/16 + (5*a*x*(a + c*x^2)^(3/2))/24 + (x*(a + c*x^2)^(5/2))/6 + (5*a^3*ArcTanh[(Sqrt[c
]*x)/Sqrt[a + c*x^2]])/(16*Sqrt[c])

Rule 201

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[x*((a + b*x^n)^p/(n*p + 1)), x] + Dist[a*n*(p/(n*p + 1)),
 Int[(a + b*x^n)^(p - 1), x], x] /; FreeQ[{a, b}, x] && IGtQ[n, 0] && GtQ[p, 0] && (IntegerQ[2*p] || (EqQ[n, 2
] && IntegerQ[4*p]) || (EqQ[n, 2] && IntegerQ[3*p]) || LtQ[Denominator[p + 1/n], Denominator[p]])

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 223

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Subst[Int[1/(1 - b*x^2), x], x, x/Sqrt[a + b*x^2]] /; FreeQ[{a,
b}, x] &&  !GtQ[a, 0]

Rubi steps

\begin {align*} \int \left (a+c x^2\right )^{5/2} \, dx &=\frac {1}{6} x \left (a+c x^2\right )^{5/2}+\frac {1}{6} (5 a) \int \left (a+c x^2\right )^{3/2} \, dx\\ &=\frac {5}{24} a x \left (a+c x^2\right )^{3/2}+\frac {1}{6} x \left (a+c x^2\right )^{5/2}+\frac {1}{8} \left (5 a^2\right ) \int \sqrt {a+c x^2} \, dx\\ &=\frac {5}{16} a^2 x \sqrt {a+c x^2}+\frac {5}{24} a x \left (a+c x^2\right )^{3/2}+\frac {1}{6} x \left (a+c x^2\right )^{5/2}+\frac {1}{16} \left (5 a^3\right ) \int \frac {1}{\sqrt {a+c x^2}} \, dx\\ &=\frac {5}{16} a^2 x \sqrt {a+c x^2}+\frac {5}{24} a x \left (a+c x^2\right )^{3/2}+\frac {1}{6} x \left (a+c x^2\right )^{5/2}+\frac {1}{16} \left (5 a^3\right ) \text {Subst}\left (\int \frac {1}{1-c x^2} \, dx,x,\frac {x}{\sqrt {a+c x^2}}\right )\\ &=\frac {5}{16} a^2 x \sqrt {a+c x^2}+\frac {5}{24} a x \left (a+c x^2\right )^{3/2}+\frac {1}{6} x \left (a+c x^2\right )^{5/2}+\frac {5 a^3 \tanh ^{-1}\left (\frac {\sqrt {c} x}{\sqrt {a+c x^2}}\right )}{16 \sqrt {c}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.08, size = 71, normalized size = 0.85 \begin {gather*} \frac {1}{48} \sqrt {a+c x^2} \left (33 a^2 x+26 a c x^3+8 c^2 x^5\right )-\frac {5 a^3 \log \left (-\sqrt {c} x+\sqrt {a+c x^2}\right )}{16 \sqrt {c}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + c*x^2)^(5/2),x]

[Out]

(Sqrt[a + c*x^2]*(33*a^2*x + 26*a*c*x^3 + 8*c^2*x^5))/48 - (5*a^3*Log[-(Sqrt[c]*x) + Sqrt[a + c*x^2]])/(16*Sqr
t[c])

________________________________________________________________________________________

Maple [A]
time = 0.38, size = 68, normalized size = 0.81

method result size
risch \(\frac {x \left (8 c^{2} x^{4}+26 c \,x^{2} a +33 a^{2}\right ) \sqrt {c \,x^{2}+a}}{48}+\frac {5 a^{3} \ln \left (\sqrt {c}\, x +\sqrt {c \,x^{2}+a}\right )}{16 \sqrt {c}}\) \(59\)
default \(\frac {x \left (c \,x^{2}+a \right )^{\frac {5}{2}}}{6}+\frac {5 a \left (\frac {x \left (c \,x^{2}+a \right )^{\frac {3}{2}}}{4}+\frac {3 a \left (\frac {x \sqrt {c \,x^{2}+a}}{2}+\frac {a \ln \left (\sqrt {c}\, x +\sqrt {c \,x^{2}+a}\right )}{2 \sqrt {c}}\right )}{4}\right )}{6}\) \(68\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c*x^2+a)^(5/2),x,method=_RETURNVERBOSE)

[Out]

1/6*x*(c*x^2+a)^(5/2)+5/6*a*(1/4*x*(c*x^2+a)^(3/2)+3/4*a*(1/2*x*(c*x^2+a)^(1/2)+1/2*a/c^(1/2)*ln(c^(1/2)*x+(c*
x^2+a)^(1/2))))

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 58, normalized size = 0.69 \begin {gather*} \frac {1}{6} \, {\left (c x^{2} + a\right )}^{\frac {5}{2}} x + \frac {5}{24} \, {\left (c x^{2} + a\right )}^{\frac {3}{2}} a x + \frac {5}{16} \, \sqrt {c x^{2} + a} a^{2} x + \frac {5 \, a^{3} \operatorname {arsinh}\left (\frac {c x}{\sqrt {a c}}\right )}{16 \, \sqrt {c}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2+a)^(5/2),x, algorithm="maxima")

[Out]

1/6*(c*x^2 + a)^(5/2)*x + 5/24*(c*x^2 + a)^(3/2)*a*x + 5/16*sqrt(c*x^2 + a)*a^2*x + 5/16*a^3*arcsinh(c*x/sqrt(
a*c))/sqrt(c)

________________________________________________________________________________________

Fricas [A]
time = 1.36, size = 146, normalized size = 1.74 \begin {gather*} \left [\frac {15 \, a^{3} \sqrt {c} \log \left (-2 \, c x^{2} - 2 \, \sqrt {c x^{2} + a} \sqrt {c} x - a\right ) + 2 \, {\left (8 \, c^{3} x^{5} + 26 \, a c^{2} x^{3} + 33 \, a^{2} c x\right )} \sqrt {c x^{2} + a}}{96 \, c}, -\frac {15 \, a^{3} \sqrt {-c} \arctan \left (\frac {\sqrt {-c} x}{\sqrt {c x^{2} + a}}\right ) - {\left (8 \, c^{3} x^{5} + 26 \, a c^{2} x^{3} + 33 \, a^{2} c x\right )} \sqrt {c x^{2} + a}}{48 \, c}\right ] \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2+a)^(5/2),x, algorithm="fricas")

[Out]

[1/96*(15*a^3*sqrt(c)*log(-2*c*x^2 - 2*sqrt(c*x^2 + a)*sqrt(c)*x - a) + 2*(8*c^3*x^5 + 26*a*c^2*x^3 + 33*a^2*c
*x)*sqrt(c*x^2 + a))/c, -1/48*(15*a^3*sqrt(-c)*arctan(sqrt(-c)*x/sqrt(c*x^2 + a)) - (8*c^3*x^5 + 26*a*c^2*x^3
+ 33*a^2*c*x)*sqrt(c*x^2 + a))/c]

________________________________________________________________________________________

Sympy [A]
time = 2.56, size = 97, normalized size = 1.15 \begin {gather*} \frac {11 a^{\frac {5}{2}} x \sqrt {1 + \frac {c x^{2}}{a}}}{16} + \frac {13 a^{\frac {3}{2}} c x^{3} \sqrt {1 + \frac {c x^{2}}{a}}}{24} + \frac {\sqrt {a} c^{2} x^{5} \sqrt {1 + \frac {c x^{2}}{a}}}{6} + \frac {5 a^{3} \operatorname {asinh}{\left (\frac {\sqrt {c} x}{\sqrt {a}} \right )}}{16 \sqrt {c}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x**2+a)**(5/2),x)

[Out]

11*a**(5/2)*x*sqrt(1 + c*x**2/a)/16 + 13*a**(3/2)*c*x**3*sqrt(1 + c*x**2/a)/24 + sqrt(a)*c**2*x**5*sqrt(1 + c*
x**2/a)/6 + 5*a**3*asinh(sqrt(c)*x/sqrt(a))/(16*sqrt(c))

________________________________________________________________________________________

Giac [A]
time = 1.51, size = 63, normalized size = 0.75 \begin {gather*} -\frac {5 \, a^{3} \log \left ({\left | -\sqrt {c} x + \sqrt {c x^{2} + a} \right |}\right )}{16 \, \sqrt {c}} + \frac {1}{48} \, {\left (2 \, {\left (4 \, c^{2} x^{2} + 13 \, a c\right )} x^{2} + 33 \, a^{2}\right )} \sqrt {c x^{2} + a} x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((c*x^2+a)^(5/2),x, algorithm="giac")

[Out]

-5/16*a^3*log(abs(-sqrt(c)*x + sqrt(c*x^2 + a)))/sqrt(c) + 1/48*(2*(4*c^2*x^2 + 13*a*c)*x^2 + 33*a^2)*sqrt(c*x
^2 + a)*x

________________________________________________________________________________________

Mupad [B]
time = 0.20, size = 37, normalized size = 0.44 \begin {gather*} \frac {x\,{\left (c\,x^2+a\right )}^{5/2}\,{{}}_2{\mathrm {F}}_1\left (-\frac {5}{2},\frac {1}{2};\ \frac {3}{2};\ -\frac {c\,x^2}{a}\right )}{{\left (\frac {c\,x^2}{a}+1\right )}^{5/2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + c*x^2)^(5/2),x)

[Out]

(x*(a + c*x^2)^(5/2)*hypergeom([-5/2, 1/2], 3/2, -(c*x^2)/a))/((c*x^2)/a + 1)^(5/2)

________________________________________________________________________________________